Tail call

Results: 62



#Item
21Computability theory / Recursion / Theoretical computer science / Theory of computation / Programming idioms / Function / Algorithm / Scheme / Tail call / Software engineering / Computer programming / Mathematics

Introduction to Computing: Explorations in Language, Logic, and Machines

Add to Reading List

Source URL: www.computingbook.org

Language: English - Date: 2011-08-19 11:52:51
22Subroutines / Control flow / Recursion / Cross-platform software / Scripting languages / Call stack / Tail call / Continuation / Stack / Software engineering / Computing / Computer programming

Implementing Continuation Marks in JavaScript John Clements Ayswarya Sundaram David Herman

Add to Reading List

Source URL: repository.readscheme.org

Language: English - Date: 2012-08-10 19:21:32
23Programming language implementation / Macro / Machine code / Stack machine / Instruction set / ARM architecture / Tail call / Bytecode / Programming language / Computing / Software engineering / Computer programming

Automatic Generation of Compact Programs and Virtual Machines for Scheme Mario Latendresse Department of Computer Science Rice University

Add to Reading List

Source URL: repository.readscheme.org

Language: English - Date: 2010-10-22 08:05:10
24Subroutines / Control flow / Recursion / Scheme programming language / Procedural programming languages / Continuation / Closure / Scheme / Tail call / Software engineering / Computing / Computer programming

Three Implementation Models for Scheme by R. Kent Dybvig A dissertation submitted to the faculty of the University of North Carolina at

Add to Reading List

Source URL: www.cs.indiana.edu

Language: English - Date: 2002-10-27 22:32:08
25Subroutines / Continuation-passing style / Closure / Continuation / Parameter / Lisp / Stack / Tail call / Scheme / Software engineering / Computer programming / Computing

An Efficient Implementation of Multiple Return Values in Scheme J. Michael Ashley R. Kent Dybvig Indiana University Computer Science Department

Add to Reading List

Source URL: repository.readscheme.org

Language: English - Date: 2010-10-22 08:04:39
26Subroutines / Control flow / Recursion / Concurrent computing / Programming language implementation / Continuation / Stackless Python / Tail call / Coroutine / Software engineering / Computing / Computer programming

Continuations and Stackless Python Or "How to change a Paradigm of an existing Program" Christian Tismer Virtual Photonics GmbH mailto:

Add to Reading List

Source URL: zope.stackless.com

Language: English - Date: 2002-07-08 23:11:40
27Recursion / APL programming language family / Array programming languages / Control flow / Subroutines / APL / K / Fold / Tail call / Computing / Software engineering / Computer programming

PDF Document

Add to Reading List

Source URL: www.causeway.co.uk

Language: English - Date: 2013-12-20 03:45:15
28Subroutines / Call stack / Atmel AVR / Calling convention / Tail call / Stack / Arduino / Pointer / C / Software engineering / Computing / Computer programming

Microscheme: Functional programming for the Arduino Ryan Suchocki Dr. Sara Kalvala

Add to Reading List

Source URL: www.schemeworkshop.org

Language: English - Date: 2014-11-04 14:23:37
29Subroutines / Control flow / Software bugs / Memory management / Recursion / Call stack / Stack / Tail call / Continuation / Software engineering / Computing / Computer programming

Representing Control in the Presence of First-Class Continuations ∗ Robert Hieb, R. Kent Dybvig, Carl Bruggeman Indiana University

Add to Reading List

Source URL: www.cs.indiana.edu

Language: English - Date: 2004-05-16 00:34:27
30Recursion / Programming idioms / Subroutines / Computability theory / Theoretical computer science / Infinite loop / Scheme / Tail call / Factorial / Computer programming / Software engineering / Computing

Recursion in C What does the following program compute? int f(int n, int v) { if (n == 0) return v; else

Add to Reading List

Source URL: www.cs.utah.edu

Language: English - Date: 2009-02-04 16:35:18
UPDATE